Declare @Id Int 
Select @Id = Id From sysobjects Where Name = 'tmpDrugHavaleh'
if not Exists(SELECT * FROM syscolumns WHERE id = @Id  and Name = 'BimarPercent')
Alter Table tmpDrugHavaleh Add BimarPercent real Null


